j3deditor.bin.util
Interface BackgroundTask

All Known Implementing Classes:
SceneBuffer

public interface BackgroundTask

An object that can be executed by the BackgroundThread.

Author:
Risto Seene
See Also:
BackgroundThread

Method Summary
 void process()
          Method that will be processed by the BackgroundThread.
 

Method Detail

process

void process()
Method that will be processed by the BackgroundThread.